projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d0ff7b
)
(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
author
Glenn Morris
<rgm@gnu.org>
Thu, 26 Feb 2009 03:54:01 +0000
(
03:54
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 26 Feb 2009 03:54:01 +0000
(
03:54
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index afed8c8471cff34dc71d1c2add4f97152ef46c5d..c5e69421eedeb205760f0c1e53cb36f44fd441ca 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,13
@@
+2009-02-26 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/cc-vars.el (c-style-variables-are-local-p):
+ Mark as safe if boolean. (Bug#2197)
+
+2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
+
+ * mail/sendmail.el (sendmail-send-it): `call-process-region' can
+ return a string. (Bug#2428)
+
2009-02-25 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--down):
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index e3d111885b847741a0a33038ee0ba72d4d78cd5a..fa5aa538d7296eb0ed781ed4592493730d3e1100 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-1366,6
+1366,7
@@
The list of variables to buffer localize are:
c-special-indent-hook
c-indentation-style"
:type 'boolean
+ :safe 'booleanp
:group 'c)
(defcustom c-mode-hook nil